merge back from master#2030
Closed
probalazs wants to merge 12 commits intonvim-lua:masterfrom
Closed
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Enable ts_ls LSP with prettier formatter and eslint_d linter - Add prettier and eslint_d auto-install via Mason - Enable lint plugin for JS/TS filetypes - Add split keymaps (<leader>sv, <leader>sh) - Add bufdelete, editorconfig, and toggleterm plugins - Enable custom plugins import Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Disable Neovide animations (cursor, scroll, position) - Switch blink.cmp preset to super-tab for tab-based completion - Change toggleterm direction to vertical with 80 column width Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add flash.nvim for fast screen navigation (s/S keymaps) - Add vim-visual-multi for multiple cursor support - Add buffer words as a blink.cmp completion source Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add Ctrl+d to delete buffers from the Telescope picker - Ignore node_modules, lock files, dist, build, and cache dirs in search Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add llama.vim plugin with optimized FIM context settings - Add LlamaStart/LlamaStop commands for managing llama-server - Auto-stop llama-server on Neovim exit - Switch blink.cmp back to default preset (Ctrl+y) for Tab compatibility Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add :LlamaToggle to enable/disable llama.vim completions without stopping server - Disable inline timing/info display in llama.vim (show_info = 0) - Add llama.cpp installation instructions to README Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… executable check Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE
Please verify that the
base repositoryabove has the intended destination!Github by default opens Pull Requests against the parent of a forked repository.
If this is your personal fork and you didn't intend to open a PR for contribution
to the original project then adjust the
base repositoryaccordingly.